scripts: move detect.sh into scripts directory

This is a shell script, so move it into the scripts directory.
This commit is contained in:
Eric Biggers 2020-10-18 14:21:25 -07:00
parent bf50c64e86
commit 2cb8c2142d
2 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ ALL_PROG_OBJ := $(PROG_COMMON_OBJ) $(NONTEST_PROG_OBJ) \
$(TEST_PROG_COMMON_OBJ) $(TEST_PROG_OBJ)
# Generate autodetected configuration header
programs/config.h:programs/detect.sh .prog-cflags
programs/config.h:scripts/detect.sh .prog-cflags
$(QUIET_GEN) CC="$(CC)" CFLAGS="$(PROG_CFLAGS)" $< > $@
# Compile program object files