]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/console/Makefile.in
Integrate Phil's Makefile patch
[bacula/bacula] / bacula / src / console / Makefile.in
index 860ac0bd1be968a03e802e4558e600359aa60b2f..2a5da51482b82c60569812b9f6781c3413f01a21 100644 (file)
@@ -68,6 +68,10 @@ distclean: realclean
        if test $(srcdir) = .; then $(MAKE) realclean; fi
        (cd $(srcdir); $(RMF) Makefile; $(RMF) -r CVS)
 
+devclean: realclean
+       if test $(srcdir) = .; then $(MAKE) realclean; fi
+       (cd $(srcdir); $(RMF) Makefile)
+
 install: all
        @if test -f ${DESTDIR}${sbindir}/console; then \
           echo " "; \