Differences From Artifact [05b77b0a8f]:
- File kitsh/buildsrc/kitsh-0.0/Makefile.in — part of check-in [a4e97ccf7b] at 2010-09-26 04:50:10 on branch trunk — Updated to not remove EXTRA_OBJS when `clean' target called (user: rkeene, size: 817) [annotate] [blame] [check-ins using]
To Artifact [6f33927faa]:
- File kitsh/buildsrc/kitsh-0.0/Makefile.in — part of check-in [f4f93d09a5] at 2010-09-26 04:50:25 on branch trunk — Fixed missing dependencies for EXTRA_OBJS in kit target (user: rkeene, size: 831) [annotate] [blame] [check-ins using]
︙ | |||
9 10 11 12 13 14 15 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | - + | EXTRA_OBJS = @EXTRA_OBJS@ all: kit kit.res.o: kit.rc kit.ico $(RC) -o kit.res.o $(CPPFLAGS) kit.rc |
︙ |