Changeset 20836


Ignore:
Timestamp:
2009-10-21T17:06:14+13:00 (15 years ago)
Author:
ak19
Message:

Makefile didn't like some tab characters.

File:
1 edited

Legend:

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

    r19260 r20836  
    105105        done
    106106ifeq ($(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.
     107# Need to make install here, otherwise src/recpt won't be able
     108# to compile mod_gsdl.cpp with installed header files etc.
    109109    (cd $(HTTPD) && $(MAKE) $(MDEFINES) install) || exit
    110110endif
Note: See TracChangeset for help on using the changeset viewer.