mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-17 08:17:30 -04:00
scripts: move detect.sh into scripts directory
This is a shell script, so move it into the scripts directory.
This commit is contained in:
parent
bf50c64e86
commit
2cb8c2142d
2
Makefile
2
Makefile
@ -243,7 +243,7 @@ ALL_PROG_OBJ := $(PROG_COMMON_OBJ) $(NONTEST_PROG_OBJ) \
|
|||||||
$(TEST_PROG_COMMON_OBJ) $(TEST_PROG_OBJ)
|
$(TEST_PROG_COMMON_OBJ) $(TEST_PROG_OBJ)
|
||||||
|
|
||||||
# Generate autodetected configuration header
|
# 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)" $< > $@
|
$(QUIET_GEN) CC="$(CC)" CFLAGS="$(PROG_CFLAGS)" $< > $@
|
||||||
|
|
||||||
# Compile program object files
|
# Compile program object files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user