Skip to content

Commit 005d0a4

Browse files
committed
Makefile: improve install target dependencies
Signed-off-by: Stephen M. Cameron <stephenmcameron@gmail.com>
1 parent b570b37 commit 005d0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@ $(OD)/snis_test_audio.o: snis_test_audio.c Makefile ${SNDOBJS} ${OGGOBJ} ${ODT}
14241424
bin/snis_test_audio: ${OD}/snis_test_audio.o ${SNDLIBS} Makefile ${BIN} ${OD}/mathutils.o ${OD}/mtwist.o
14251425
$(CC) ${MYCFLAGS} -o bin/snis_test_audio ${OD}/snis_test_audio.o ${SNDOBJS} ${OGGOBJ} ${SNDLIBS} ${OD}/mathutils.o ${OD}/mtwist.o -lm -lbsd
14261426

1427-
install: ${BINPROGS} ${MAN1PAGES} ${MAN6PAGES} ${SSGL}
1427+
install: ${BINPROGS} ${MAN1PAGES} ${MAN6PAGES} ${SSGL} ${METAINFOFILE}
14281428
@# First check that PREFIX is sane, and esp. that it's not pointed at source
14291429
@mkdir -p ${DESTDIR}${PREFIX}
14301430
@touch ${DESTDIR}${PREFIX}/.canary-in-the-coal-mine.canary

0 commit comments

Comments
 (0)