CSRSS code reshuffle

svn path=/trunk/; revision=6845
This commit is contained in:
Gé van Geldorp
2003-12-02 11:38:47 +00:00
parent ea6699f39e
commit 4e366db69f
35 changed files with 1402 additions and 937 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# $Id: helper.mk,v 1.45 2003/11/24 14:41:29 ekohl Exp $
# $Id: helper.mk,v 1.46 2003/12/02 11:38:47 gvg Exp $
#
# Helper makefile for ReactOS modules
# Variables this makefile accepts:
@@ -825,13 +825,13 @@ else # MK_MODE
ifeq ($(INSTALL_SYMBOLS),yes)
install:
install: $(SUBDIRS:%=%_install)
-$(CP) $(MK_FULLNAME) $(INSTALL_DIR)/$(MK_INSTALLDIR)/$(MK_FULLNAME)
-$(CP) $(MK_BASENAME).sym $(INSTALL_DIR)/symbols/$(MK_BASENAME).sym
else # INSTALL_SYMBOLS
install:
install: $(SUBDIRS:%=%_install)
-$(CP) $(MK_FULLNAME) $(INSTALL_DIR)/$(MK_INSTALLDIR)/$(MK_FULLNAME)
endif # INSTALL_SYMBOLS