Codebase list sysvinit / 96b7285
Fixed Makefile so it cleans up object files before creating tarball. Jesse Smith 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
99 override SFTPBATCH:=$(TMP)/$(VERSION)-sftpbatch
1010 SOURCES=contrib COPYING COPYRIGHT doc Makefile man README src
1111
12 dist: $(TARBALL)
12 dist: clean $(TARBALL).sig
1313 @cp $(TARBALL) .
1414 @echo "tarball $(PACKAGE)-$(VERSION).tar.xz ready"
1515 rm -rf $(TMP)