Changeset 954


Ignore:
Timestamp:
2000-02-18T15:30:47+13:00 (24 years ago)
Author:
sjboddie
Message:

no longer need to play with gsdlhome.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/Makefile.in

    r704 r954  
    5151
    5252all:
    53     sed s^XXXX^$(TOPSRC)^ lib/gsdlhome.h.example > lib/gsdlhome.h
    54     mkdir -p bin/$(GSDLOS)
    55 
    5653    for odir in $(OTHERDIRS); do \
    5754      echo making $@ in $$odir; \
     
    6057
    6158install:
    62 
    6359    for idir in $(INSTALLDIRS); do \
    6460      echo installing $$idir; \
     
    6864clean:
    6965    rm -f Makefile config.cache config.h config.log stamp-h
    70     rm lib/gsdlhome.h
    7166    for subdir in $(INSTALLDIRS) $(OTHERDIRS); do \
    7267      echo cleaning $@ in $$subdir; \
Note: See TracChangeset for help on using the changeset viewer.