Browse Source

* no /install/binos2/*.h necessary

Tomas Hajny 20 years ago
parent
commit
4adf12301b
2 changed files with 4 additions and 4 deletions
  1. 2 2
      Makefile
  2. 2 2
      Makefile.fpc

+ 2 - 2
Makefile

@@ -2406,10 +2406,10 @@ ifeq ($(OS_TARGET),win32)
 	$(COPY) $(addprefix $(CVSINSTALL)/binw32/,*.ico *.exe *.dll *.h) $(INSTALL_BINDIR)
 endif
 ifeq ($(OS_TARGET),os2)
-	$(COPY) $(addprefix $(CVSINSTALL)/binos2/,*.ico *.exe *.dll *.h) $(INSTALL_BINDIR)
+	$(COPY) $(addprefix $(CVSINSTALL)/binos2/,*.ico *.dll) $(INSTALL_BINDIR)
 endif
 ifeq ($(OS_TARGET),emx)
-	$(COPY) $(addprefix $(CVSINSTALL)/binos2/,*.ico *.exe *.dll *.h) $(INSTALL_BINDIR)
+	$(COPY) $(addprefix $(CVSINSTALL)/binos2/,*.ico *.dll) $(INSTALL_BINDIR)
 endif
 ifneq ($(findstring $(OS_TARGET),linux freebsd sunos qnx),)
 	$(MAKE) -C $(CVSINSTALL)/man installman

+ 2 - 2
Makefile.fpc

@@ -300,11 +300,11 @@ ifeq ($(OS_TARGET),win32)
 endif
 # binos2 (emx.dll,emxwrap.dll,unzip32.dll,fp2.ico)
 ifeq ($(OS_TARGET),os2)
-        $(COPY) $(addprefix $(CVSINSTALL)/binos2/,*.ico *.exe *.dll *.h) $(INSTALL_BINDIR)
+        $(COPY) $(addprefix $(CVSINSTALL)/binos2/,*.ico *.dll) $(INSTALL_BINDIR)
 endif
 # binos2 (emx.dll,emxwrap.dll,unzip32.dll,fp2.ico)
 ifeq ($(OS_TARGET),emx)
-        $(COPY) $(addprefix $(CVSINSTALL)/binos2/,*.ico *.exe *.dll *.h) $(INSTALL_BINDIR)
+        $(COPY) $(addprefix $(CVSINSTALL)/binos2/,*.ico *.dll) $(INSTALL_BINDIR)
 endif
 # manpages for UNIX systems
 ifneq ($(findstring $(OS_TARGET),linux freebsd sunos qnx),)