IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2004, 10:40:26 AM (22 years ago)
Author:
desonia
Message:

added dependency files to avoid false error when they are generated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/Makefile

    r818 r986  
    3737clean:
    3838        @echo "    Deleting intermediate files for 'sysUtils'"
    39         $(RM) $(SRC_OBJS) *.lint $(SRC_OBJS:.o=.d*)
     39        $(RM) $(SRC_OBJS) *.lint
    4040
    4141%.lint: %.c
     
    4343
    4444%.d: %.c
    45         $(CC) -M $(CFLAGS) $< > $@.tmp
     45        $(CC) -MM $(CFLAGS) $< > $@.tmp
    4646        sed 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@.tmp > $@
    4747        $(RM) -f $@.tmp
Note: See TracChangeset for help on using the changeset viewer.