Changeset 76 in libcf for trunk/test/makefile


Ignore:
Timestamp:
04/15/13 18:32:39 (11 years ago)
Author:
cheese
Message:

#1 fix makefile bugs for aix and hpux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/makefile

    r75 r76  
    4040%: %.c
    4141    make dep
    42     $(CC) $(CDEFS) $(CFLAGS) $(INCLUDES) -o $(TARGET_PATH)/$@.o -c $@.c
    43     $(LD) $(LDFLAGS) $(LIBS) -o $(TARGET_PATH)/$@.$(EXT_EXECUTE) $(TARGET_PATH)/$@.o
     42    $(CC) $(CDEFS) $(CFLAGS) $(INCLUDES) $(LDFLAGS) -o $(TARGET_PATH)/$@.$(EXT_EXECUTE) $? $(LIBS)
    4443    cd $(TARGET_PATH); LD_LIBRARY_PATH=. ./$@.$(EXT_EXECUTE)
    4544
Note: See TracChangeset for help on using the changeset viewer.