Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit a9a7297

Browse files
committed
Install all the components
1 parent a245caf commit a9a7297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ all: build
33
build: clr-check-perl-modules clr-check-perl-modules-motd
44

55
install: clr-check-perl-modules clr-check-perl-modules-motd
6-
install -D -m 755 --target-directory=${DESTDIR}/usr/bin $<
6+
install -D -m 755 --target-directory=${DESTDIR}/usr/bin $^
77

88
clr-check-perl-modules: clr-check-perl-modules.pl
99
cp $< $@

0 commit comments

Comments
 (0)