Chameleon

Chameleon Commit Details

Date:2011-08-30 21:48:11 (12 years 7 months ago)
Author:JrCs
Commit:1484
Parents: 1483
Message:Update module makefile rules
Changes:
M/trunk/i386/modules/MakeInc.dir

File differences

trunk/i386/modules/MakeInc.dir
7272
7373
7474
75
7576
7677
7778
......
8687
8788
8889
90
8991
9092
9193
# Make this as a *MODULE*
all: dylib
@for d in $(SUBDIRS); do (cd $$d; $(MAKE) $@ ); done
else
# Module not selected to be compiled as a module
# Make this *BUILT IN*
all: dylib_LINKER
@for d in $(SUBDIRS); do (cd $$d; $(MAKE) $@ ); done
else
# Module not selected to be built in

Archive Download the corresponding diff file

Revision: 1484