summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.target2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 0d38b1d..07fa456 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -302,7 +302,9 @@ clean:
rm -f *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe/*.o
install: all
+ifneq ($(PROGS),)
install -m 755 -s $(PROGS) $(prefix)/bin
+endif
ifneq ($(wildcard .depend),)
include .depend
OpenPOWER on IntegriCloud