diff --git a/Makefile b/Makefile index ac27cfd..307b49d 100644 --- a/Makefile +++ b/Makefile @@ -207,8 +207,8 @@ libutil.a: $(LIBUTILOBJ) getconf.o: getconf.h -getconf.h: getconf.sh - ./getconf.sh > $@ +getconf.h: + scripts/getconf.sh > $@ install: all mkdir -p $(DESTDIR)$(PREFIX)/bin diff --git a/getconf.sh b/scripts/getconf.sh similarity index 100% rename from getconf.sh rename to scripts/getconf.sh