Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2003-07-16 23:53:53 +0400
committerKent Mein <mein@cs.umn.edu>2003-07-16 23:53:53 +0400
commit6dcc5b030e1a6e66aed8504a2fbc2ab652b9ea91 (patch)
treefdac93db612eb1d542516c4fa2d89c8653eed965 /intern/SoundSystem/Makefile
parent899a12a5cb043839ce1ae497ea4a3dec824e1867 (diff)
Further fixes to the old makefiles.
Kent
Diffstat (limited to 'intern/SoundSystem/Makefile')
-rw-r--r--intern/SoundSystem/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/SoundSystem/Makefile b/intern/SoundSystem/Makefile
index 87afb6abb15..4273b3380f9 100644
--- a/intern/SoundSystem/Makefile
+++ b/intern/SoundSystem/Makefile
@@ -35,7 +35,7 @@ include nan_definitions.mk
LIBNAME = soundsystem
SOURCEDIR = intern/SoundSystem
-DIR = $(OCGDIR)/SoundSystem
+DIR = $(OCGDIR)/$(SOURCEDIR)
DIRS = intern
DIRS += dummy
@@ -68,6 +68,6 @@ ifeq ($(OS),darwin)
ranlib $(NAN_SOUNDSYSTEM)/lib/libsoundsystem.a
ranlib $(NAN_SOUNDSYSTEM)/lib/debug/libsoundsystem.a
endif
- @../tools/cpifdiff.sh extern/*.h $(NAN_SOUNDSYSTEM)/include/
+ @../tools/cpifdiff.sh *.h $(NAN_SOUNDSYSTEM)/include/