diff --git a/Makefile.target b/Makefile.target index 0d38b1d736..07fa4568db 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