Skip to content

Commit

Permalink
merge error corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
fhesse committed Apr 30, 2012
1 parent ea0d695 commit 266f224
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile
Expand Up @@ -226,15 +226,8 @@ soundman:




.PHONY: confsubmodule .PHONY: confsubmodule
<<<<<<< HEAD
confsubmodule: confsubmodule:
@if [ `uname` = "Linux" ]; then \ @if [ `uname` = "Linux" ]; then \
=======
confsubmodule:
##! line below gives the following error on MAC: /bin/bash: line 0: [: =: unary operator expected
##! but now problem here, since "MAC" is passed over: call: selforg/configure --prefix=/Users/frank --system=MAC --type=DEVEL
@if [ `uname -a | sed 's/\(\w*\).*/\1/'` = "Linux" ]; then \
>>>>>>> cbd5cd4596e3883b38afe07327dcd5c4d28ecea7
System="LINUX"; else System="MAC"; fi; \ System="LINUX"; else System="MAC"; fi; \
if [ -n "$(MODULE)" ]; then \ if [ -n "$(MODULE)" ]; then \
CMD="$(MODULE)/configure --prefix=$(PREFIX) --system=$$System --type=$(TYPE)"; \ CMD="$(MODULE)/configure --prefix=$(PREFIX) --system=$$System --type=$(TYPE)"; \
Expand Down

0 comments on commit 266f224

Please sign in to comment.