瀏覽代碼

Apply suggestion from Andrew for srcdir functionality.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1533 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 18 年之前
父節點
當前提交
a316334d31
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      exec/Makefile

+ 1 - 1
exec/Makefile

@@ -32,7 +32,7 @@
 
 
 # Include configuration
 # Include configuration
 #
 #
-srcdir:=$(CURDIR)/../
+srcdir ?= $(CURDIR)/../
 
 
 include $(srcdir)Makefile.inc
 include $(srcdir)Makefile.inc