Patch from Ruben Laban <r.laban@ism.nl>:

I replaced all occurences of DISTDIR with DESTDIR and also introduced SBINDIR (and friends) to some other Makefiles. 



git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@719 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2009-03-25 19:33:10 +00:00
parent 8ff3e56ef6
commit 643c7ab2d1
6 changed files with 35 additions and 30 deletions
+3 -3
View File
@@ -106,11 +106,11 @@ uninstall:
endif
ifeq ($(KVER),)
INSTALL_DIR := $(DISTDIR)/lib/modules/$(shell uname -r)/extra
INSTALL_DIR := $(DESTDIR)/lib/modules/$(shell uname -r)/extra
else
INSTALL_DIR := $(DISTDIR)/lib/modules/$(KVER)/extra
INSTALL_DIR := $(DESTDIR)/lib/modules/$(KVER)/extra
endif
INSTALL_DIR_H := $(DISTDIR)/usr/local/include/scst
INSTALL_DIR_H := $(DESTDIR)/usr/local/include/scst
EXTRA_CFLAGS += -I$(SCST_INC_DIR) -Wextra -Wno-unused-parameter \
-Wno-missing-field-initializers