diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/HPMHookGen/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/HPMHookGen/Makefile.in b/tools/HPMHookGen/Makefile.in index eb9cad8ff..ce07b37d4 100644 --- a/tools/HPMHookGen/Makefile.in +++ b/tools/HPMHookGen/Makefile.in @@ -1,3 +1,6 @@ +# Copyright (c) Hercules Dev Team, licensed under GNU GPL. +# See the LICENSE file + @SET_MAKE@ COMMON_D = ../../src/common @@ -38,7 +41,7 @@ endif .PHONY: hooks clean buildclean generate all: $(ALL_DEPENDS) - + buildclean: clean: buildclean @@ -73,4 +76,3 @@ needs_doxygen: needs_perl: @echo "perl not found or disabled by the configure script" @exit 1 - |