build: Move getconf.sh to scripts

The scripts directory is meant to contain all the scripts needed
in the build.
This commit is contained in:
Roberto E. Vargas Caballero 2023-09-26 20:03:53 +02:00
parent ba2fc773f3
commit 58ec1f6285
2 changed files with 2 additions and 2 deletions

View File

@ -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