Skip to content

Commit

Permalink
Remove the obsolete need for the depend target.
Browse files Browse the repository at this point in the history
  • Loading branch information
Castaglia committed Jan 30, 2017
1 parent c57792c commit f32bda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -223,7 +223,7 @@ spec:
mv -f contrib/dist/rpm/proftpd.spec .
cat proftpd.spec | sed 's/global proftpd_version.*/global proftpd_version\t$(RELEASE_VERSION)/' | sed 's/global proftpd_cvs_version_main.*/global proftpd_cvs_version_main\t$(RELEASE_VERSION)/' | sed 's/global release_cand_version.*/global release_cand_version\t$(RC_VERSION)/' > /tmp/proftpd-build-spec.tmp && mv /tmp/proftpd-build-spec.tmp proftpd.spec

dist: depend distclean spec
dist: distclean spec
rm -rf `find . -name CVS`
rm -rf `find . -name .cvsignore`
rm -rf `find . -name .git`
Expand Down

0 comments on commit f32bda6

Please sign in to comment.