Skip to content

Commit 37ce89d

Browse files
committed
Removed reference to $(srcdir) in test/load/Makefile.am
For some reason it causes the following error ``` 10:58:19 Makefile:598: ../../libpromises/.deps/lastseen.Po: No such file or directory 10:58:19 make[3]: *** No rule to make target '../../libpromises/.deps/lastseen.Po'. Stop. ``` in bootstrap_pr while doing `make dist` in Jenkins. Ticket: CFE-2780 Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent 6efd33d commit 37ce89d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/load/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ db_load_LDADD = ../unit/libdb.la
5454

5555

5656
lastseen_load_SOURCES = lastseen_load.c \
57-
$(srcdir)/../../libpromises/lastseen.c \
58-
$(srcdir)/../../libntech/libutils/statistics.c
57+
../../libpromises/lastseen.c \
58+
../../libntech/libutils/statistics.c
5959
lastseen_load_LDADD = ../unit/libdb.la ../../libpromises/libpromises.la
6060
endif
6161

0 commit comments

Comments
 (0)