From: <sg...@us...> - 2003-08-29 08:45:31
|
Update of /cvsroot/libfunutil/libfunutil/include/fun In directory sc8-pr-cvs1:/tmp/cvs-serv28708 Modified Files: Makefile Log Message: modernized the install code Index: Makefile =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/include/fun/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile 23 Aug 2003 00:36:12 -0000 1.4 +++ Makefile 29 Aug 2003 08:45:27 -0000 1.5 @@ -2,11 +2,10 @@ DIST_FILES += Makefile +INSTALL_PACKAGE_HEADERS = $(wildcard *.h) + clean-local: @$(call toc_clean_files,$(wildcard *.h)) distclean-local: clean-local -install-local: - @$(call toc_make_install,$(wildcard *.h),$(prefix)/include/fun,--mode=0644) -uninstall-local: - @$(call toc_make_uninstall,$(wildcard *.h),$(prefix)/include/fun) +clean: clean-local |