Ignore:
Timestamp:
2000-09-07T16:34:21+12:00 (24 years ago)
Author:
jrm21
Message:

Edited various Makefile.in files so that "make distclean" works properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/mgpp/lib/Makefile.in

    r1344 r1518  
    7575    @ln $*._c _$*.c && $(COMPILE) _$*.c && mv _$*.o $@ && rm _$*.c
    7676
    77  
    78 INCLUDES = -I.. -I$(srcdir)
     77# want toplevel config.h, not local one
     78INCLUDES = -I../../.. -I$(srcdir)
    7979 
    8080HEADERS = \
     
    121121    $(RANLIB) libmg.a
    122122
    123 $(OBJECTS): ../config.h
     123$(OBJECTS): ../../../config.h
    124124
    125125install:
     
    150150    @echo "rebuilding the deleted files may require special tools."
    151151
    152 Makefile: Makefile.in ../../../config.status
    153     cd ../../.. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
     152# breaks make distclean (jrm21)
     153#Makefile: Makefile.in ../../../config.status
     154#   cd ../../.. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
    154155 
    155156# Tell versions [3.59,3.63) of GNU make not to export all variables.
Note: See TracChangeset for help on using the changeset viewer.