Changeset 19260 for gsdl


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

Tweak to ensure Apache (if enabled) is installed before src/recpt is compiled. Need so mod_gsdl.cpp can be compiled

File:
1 edited

Legend:

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

    r19036 r19260  
    104104          (cd $$odir && $(MAKE) $(MDEFINES) $@) || exit 1; \
    105105        done
     106ifeq ($(USE_APACHE_HTTPD), 1)
     107    # Need to make install here, otherwise src/recpt won't be able
     108    # to compile mod_gsdl.cpp with installed header files etc.
     109    (cd $(HTTPD) && $(MAKE) $(MDEFINES) install) || exit
     110endif
     111
    106112ifeq ($(CORBA), "mico/mico")
    107113    cd mico/mico; $(MAKE)  $(MDEFINES) install
Note: See TracChangeset for help on using the changeset viewer.