Fix rules for installing header files
authorAlan T. DeKok <aland@freeradius.org>
Tue, 24 Jan 2012 14:24:53 +0000 (15:24 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 24 Jan 2012 14:25:36 +0000 (15:25 +0100)
src/include/all.mk

index 93597c4..c645d40 100644 (file)
@@ -36,5 +36,5 @@ ${SRC_INCLUDE_DIR}/:
 # install the headers by re-writing the local files
 ${SRC_INCLUDE_DIR}/%.h: ${top_srcdir}/src/include/%.h
        @echo INSTALL $(notdir $<)
-       @sed 's/^#include <freeradius-devel/#include <freeradius/' < $^ > $@
+       @sed 's/^#include <freeradius-devel/#include <freeradius/' < $< > $@
        @chmod 644 $@