diff options
author | Perry Hung <iperry@alum.mit.edu> | 2010-04-01 22:30:33 -0400 |
---|---|---|
committer | Perry Hung <iperry@alum.mit.edu> | 2010-04-01 22:30:33 -0400 |
commit | 32feb1c68ba389c90b1002576d1c3dfb17d0df93 (patch) | |
tree | 70ee09bcdd8aa052c8d55d5b7adc91665663fccd /Makefile | |
parent | 68818ab2d689de5600578e70882d152fa6e0eade (diff) | |
download | librambutan-32feb1c68ba389c90b1002576d1c3dfb17d0df93.tar.gz librambutan-32feb1c68ba389c90b1002576d1c3dfb17d0df93.zip |
Makefile fix: removed extra line from outdirs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -27,7 +27,6 @@ BUILD_PATH = build LIB_PATH = libmaple OUTDIRS = $(BUILD_PATH)/$(LIB_PATH)\ - $(BUILD_PATH)/$(LIB_PATH)\ $(BUILD_PATH)/core \ $(BUILD_PATH)/core/comm |