Changeset 427 for trunk/user/ksh/Makefile
- Timestamp:
- Jan 29, 2018, 6:06:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user/ksh/Makefile
r407 r427 21 21 $(LIBS)/build/stdlib.o \ 22 22 $(LIBS)/build/stdio.o \ 23 $(LIBS)/build/nostdio.o \24 23 $(LIBS)/build/string.o \ 25 24 $(LIBS)/build/malloc.o \ … … 50 49 $(DU) -D $@ > $@.txt 51 50 52 $(LIBS)/build/nostdio.o : $(LIBS)/nostdio.c $(LIBS)/nostdio.h53 $(CC) $(INCLUDES) $(CFLAGS) -c -o $@ $<54 $(DU) -D $@ > $@.txt55 56 51 $(LIBS)/build/string.o : $(LIBS)/string.c $(LIBS)/string.h 57 52 $(CC) $(INCLUDES) $(CFLAGS) -c -o $@ $<
Note: See TracChangeset
for help on using the changeset viewer.