Ignore:
Timestamp:
2008-07-29T23:14:54+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/corba/Makefile.in

    r15907 r16586  
    137137    $(LINK) $(CORBARECPT_EXECUTABLE_OBJECTS) $(LIBS)
    138138
     139depend:
     140    makedepend -Y -- $(DEFS) $(INCLUDES) $(CXXFLAGS) -- $(SOURCES)
     141
    139142install:
    140143
     
    142145    rm -f $(OBJECTS) $(CORBASERVER_OBJECTS) $(CORBARECPT_OBJECTS) $(EXECUTABLES)
    143146
    144 distclean:
    145     rm -f $(OBJECTS) $(CORBASERVER_OBJECTS) $(CORBARECPT_OBJECTS) $(EXECUTABLES) Makefile
    146 
    147 depend:
    148     makedepend -Y -- $(DEFS) $(INCLUDES) $(CXXFLAGS) -- $(SOURCES)
    149 
    150147else
    151148all:
     149depend:
    152150install:
    153151clean:
    154 distclean:
    155 depend:
    156152endif
     153
     154# Want to do distclean regardless of whether or not been compiled
     155# distclean needs to get rid of anything produced by ./configure such
     156# as this makefile!
     157
     158
     159distclean: clean
     160    rm -f Makefile
     161
Note: See TracChangeset for help on using the changeset viewer.