Changeset 20890


Ignore:
Timestamp:
2009-11-02T19:19:39+13:00 (14 years ago)
Author:
ak19
Message:

Don't want to do make install on apache twice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/packages/Makefile.in

    r20836 r20890  
    7070# is assumed that each package will have at least four rules: all, install,
    7171# clean, and distclean.
    72 PACKAGEDIRS =   $(YAZ) $(D2M) $(CORBA)  $(HTTPD)
     72INSTALLDIRS =   $(YAZ) $(D2M) $(CORBA)
     73PACKAGEDIRS =   $(INSTALLDIRS) $(HTTPD)
    7374
    7475REPLACELIST = conf/extra/httpd-dav.conf \
     
    128129endif
    129130
     131# now install everything except apache, since that had already been installed during "all"
    130132install:
    131133    for idir in $(PACKAGEDIRS); do \
     
    154156
    155157distclean:
    156     for subdir in $(PACKAGEDIRS); do \
     158    for subdir in $(INSTALLDIRS); do \
    157159          echo cleaning $@ in $$subdir; \
    158160          (cd $$subdir && $(MAKE) distclean || exit 0) ; \
Note: See TracChangeset for help on using the changeset viewer.