Changeset 19262


Ignore:
Timestamp:
2009-04-25T22:13:45+12:00 (15 years ago)
Author:
davidb
Message:

Need to do 'clean' and 'distclean' on SPECIAL_COMPILEDIRS as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/Makefile.in

    r18825 r19262  
    8585distclean: clean
    8686    rm -f Makefile config.cache config.h config.log stamp-h config.status
    87     for subdir in $(COMPILEDIRS); do \
     87    for subdir in $(SPECIAL_COMPILEDIRS) $(COMPILEDIRS); do \
    8888      echo cleaning $@ in $$subdir; \
    8989      (cd $$subdir && $(MAKE) distclean) || exit 1; \
     
    9191
    9292clean:
    93     for subdir in $(COMPILEDIRS); do \
     93    for subdir in $(SPECIAL_COMPILEDIRS) $(COMPILEDIRS); do \
    9494      echo cleaning $@ in $$subdir; \
    9595      (cd $$subdir && $(MAKE) clean) || exit 1; \
Note: See TracChangeset for help on using the changeset viewer.