Skip to content

Commit

Permalink
Remove `httpd-beacon.conf' at make clean.
Browse files Browse the repository at this point in the history
Updated Make target 'clean' to remove file `httpd-beacon.conf' for
it is generated by the `./configure' script.
  • Loading branch information
pjps committed May 28, 2013
1 parent d84da64 commit c530ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -28,7 +28,7 @@ install:
@cp -p httpd-beacon.conf $(httpdconfd)/httpd-beacon.conf

clean:
@rm -f $(NAME)-$(VERSION).tar.gz
@rm -f httpd-beacon.conf $(NAME)-$(VERSION).tar.gz

uninstall:
@rm -rf $(installdir)/beacon
Expand Down

0 comments on commit c530ce2

Please sign in to comment.