mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
Fix minor Makefile issues
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2655 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
# A Makefile for the scst-local ...
|
||||
#
|
||||
|
||||
SHELL=/bin/bash
|
||||
|
||||
#SCST_INC_DIR := /usr/local/include/scst
|
||||
#SCST_DIR := $(SCST_INC_DIR)
|
||||
SCST_INC_DIR := $(SUBDIRS)/../scst/include/
|
||||
@@ -105,4 +107,5 @@ perf2debug:
|
||||
@cmp Makefile Makefile.aa >/dev/null; if [[ $$? = 0 ]]; then rm Makefile.aa; echo "sed failed"; false; fi
|
||||
rm Makefile.aa
|
||||
|
||||
.PHONY: all tgt install uninstall clean extraclean
|
||||
.PHONY: all tgt install uninstall clean extraclean debug2release release2debug debug2perf perf2debug
|
||||
|
||||
|
||||
Reference in New Issue
Block a user