diff options
author | fourdan | 2006-06-02 07:44:57 +0000 |
---|---|---|
committer | fourdan | 2006-06-02 07:44:57 +0000 |
commit | 7fc603829a52e74e15d699af96c1183606f4a10b (patch) | |
tree | 0a5fe565ddf1a5607ec2e04539d782dc7449c725 /Makefile | |
parent | c86b6983e6536af6d01c88455d9d63bc8999d06c (diff) | |
download | ivy-cplusplus-7fc603829a52e74e15d699af96c1183606f4a10b.zip ivy-cplusplus-7fc603829a52e74e15d699af96c1183606f4a10b.tar.gz ivy-cplusplus-7fc603829a52e74e15d699af96c1183606f4a10b.tar.bz2 ivy-cplusplus-7fc603829a52e74e15d699af96c1183606f4a10b.tar.xz |
Indent
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ else PREFIX=/usr LDFLAGS = -L$(PREFIX)/$(LIB) $(XTLIB) else - LDFLAGS = -L$(PREFIX)/$(LIB)/ivy $(XTLIB) + LDFLAGS = -L$(PREFIX)/$(LIB)/ivy $(XTLIB) endif endif |