blob: b2383ae6825ed6c941c134c966be9d61f0293377 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- compiler/Makefile.orig 2024-10-13 20:49:37 UTC
+++ compiler/Makefile
@@ -82,7 +82,7 @@ install:
# Install
install:
- cp $(PROG) $(BINDIR)
+ $(BSD_INSTALL_SCRIPT) $(PROG) $(DESTDIR)$(BINDIR)
# Clean up
clean::
|