diff --git Makefile Makefile
index b3bc155..1656ae9 100644
|
|
sassc: $(SASSC_EXE) |
193 | 193 | build: build-$(BUILD) |
194 | 194 | libsass: libsass-$(BUILD) |
195 | 195 | |
196 | | $(SASSC_EXE): libsass build |
| 196 | $(SASSC_EXE): build |
197 | 197 | |
198 | 198 | $(DESTDIR)$(PREFIX)/: |
199 | 199 | $(MKDIR) $(DESTDIR)$(PREFIX) |
… |
… |
build-static-dev: build-static |
222 | 222 | $(LIB_STATIC): libsass-static |
223 | 223 | $(LIB_SHARED): libsass-shared |
224 | 224 | |
225 | | libsass-static: |
226 | | ifdef SASS_LIBSASS_PATH |
227 | | $(MAKE) BUILD="static" -C $(SASS_LIBSASS_PATH) |
228 | | else |
229 | | $(error SASS_LIBSASS_PATH must be defined) |
230 | | endif |
| 225 | #libsass-static: |
| 226 | #ifdef SASS_LIBSASS_PATH |
| 227 | # $(MAKE) BUILD="static" -C $(SASS_LIBSASS_PATH) |
| 228 | #else |
| 229 | # $(error SASS_LIBSASS_PATH must be defined) |
| 230 | #endif |
231 | 231 | |
232 | 232 | libsass-shared: |
233 | 233 | ifdef SASS_LIBSASS_PATH |