remove dtimep.c only in distclean
authorPhilipp Takacs <philipp@bureaucracy.de>
Sun, 6 Jan 2019 11:27:37 +0000 (12:27 +0100)
committerPhilipp Takacs <philipp@bureaucracy.de>
Sun, 6 Jan 2019 11:27:37 +0000 (12:27 +0100)
this avoids flex dependency for the tarball

sbr/Makefile.in

index 0787759..f2310fb 100644 (file)
@@ -118,10 +118,10 @@ mostlyclean:
        rm -f *.o *~
 
 clean: mostlyclean
        rm -f *.o *~
 
 clean: mostlyclean
-       rm -f libmh.a sigmsg.h dtimep.c
+       rm -f libmh.a sigmsg.h
 
 distclean: clean
 
 distclean: clean
-       rm -f Makefile
+       rm -f Makefile dtimep.c
 
 realclean: distclean
 
 
 realclean: distclean