Skip to content

Commit 669abda

Browse files
committed
Build system: Removed unnecessary lines in tools/Makefile.am
Removed the TESTdir and TEST_SCRIPTS entries in tools/Makefile.am. They are not needed and let `make install` try to install `run-tests.sh` in the source directory, where it already is, causing an error. The problem only occurs when `make install` is run without `DESTRDIR=...`. Then the installation runs without errors.
1 parent 39a3aac commit 669abda

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/Makefile.am

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ cups_LDADD += $(GIOUNIX_LIBS)
3737
# Tests ("make test"/"make check")
3838
# ================================
3939

40-
TESTdir = .
41-
42-
TEST_SCRIPTS = \
43-
run-tests.sh
44-
4540
TESTS = \
4641
run-tests.sh
4742

0 commit comments

Comments
 (0)