Ignore:
Timestamp:
2008-07-29T23:15:38+12:00 (16 years ago)
Author:
davidb
Message:

Minor adjustment to Makefile.in so Makefile deleted on 'make distclean'

File:
1 edited

Legend:

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

    r15907 r16587  
    143143    rm -f $(OBJECTS) $(LIBRARY) $(EXECUTABLE)
    144144
    145 distclean:
    146     rm -f $(OBJECTS) $(LIBRARY) $(EXECUTABLE) Makefile
    147 
    148145depend:
    149146    makedepend -Y -- $(DEFS) $(INCLUDES) $(CPPFLAGS) -- $(SOURCES)
     
    153150install:
    154151clean:
    155 distclean:
    156152depend:
    157153endif
     154
     155distclean: clean
     156    rm -f Makefile
     157
Note: See TracChangeset for help on using the changeset viewer.