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/packages/mg/src/scripts/Makefile.in

    r702 r1518  
    143143      || cp -p $(srcdir)/$$file $(distdir); \
    144144    done
    145  
    146 Makefile: Makefile.in ../../../../config.status
    147     cd ../../../.. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
     145
     146# screws up distclean (jrm21)
     147#Makefile: Makefile.in ../../../../config.status
     148#   cd ../../../.. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
    148149 
    149150# Tell versions [3.59,3.63) of GNU make not to export all variables.
Note: See TracChangeset for help on using the changeset viewer.