Changeset 24879 for main


Ignore:
Timestamp:
2011-12-09T21:26:06+13:00 (12 years ago)
Author:
ak19
Message:

Don't want to copy the makefiles from common-src\cgi-bin into GS2's cgi-bin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/cgi-bin/Makefile.in

    r24877 r24879  
    3030
    3131
    32 all:
     32all:   
    3333    mkdir -p $(GSDL_DIR)/cgi-bin/$(GSDLOS)
    3434
    3535install:
    3636    cp * $(GSDL_DIR)/cgi-bin/$(GSDLOS)/.
     37    rm -f $(GSDL_DIR)/cgi-bin/$(GSDLOS)/Makefile
     38    rm -f $(GSDL_DIR)/cgi-bin/$(GSDLOS)/Makefile.in
     39    rm -f $(GSDL_DIR)/cgi-bin/$(GSDLOS)/win32.mak
    3740
    3841clean:
Note: See TracChangeset for help on using the changeset viewer.