forked from Imagelibrary/rtems
Switched to using right INSTALL command after report from
Ian Lance Taylor <ian@airs.com>.
This commit is contained in:
@@ -38,7 +38,7 @@ CLOBBER_ADDITIONS +=
|
||||
all: preinstall
|
||||
|
||||
preinstall: $(SRCS)
|
||||
$(INSTALL) $(INSTINCFLAGS) $(H_FILES) $(PROJECT_INCLUDE)
|
||||
$(INSTALL_CHANGE) $(INSTINCFLAGS) $(H_FILES) $(PROJECT_INCLUDE)
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
|
||||
@@ -40,7 +40,7 @@ CLEAN_ADDITIONS +=
|
||||
CLOBBER_ADDITIONS +=
|
||||
|
||||
all: $(SRCS)
|
||||
$(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE)
|
||||
$(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE)
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
|
||||
@@ -40,7 +40,7 @@ CLOBBER_ADDITIONS +=
|
||||
all: preinstall
|
||||
|
||||
preinstall: $(SRCS)
|
||||
$(INSTALL) $(INSTINCFLAGS) $(H_FILES) $(PROJECT_INCLUDE)
|
||||
$(INSTALL_CHANGE) $(INSTINCFLAGS) $(H_FILES) $(PROJECT_INCLUDE)
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
|
||||
Reference in New Issue
Block a user