summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2017-05-12 19:13:22 -0500
committerDavid McMackins II <contact@mcmackins.org>2017-05-12 19:13:22 -0500
commitd8aacc00589efa90a02c4f29ae1b3990fb759c5e (patch)
tree29ae62cdb169a9b35a32a6f91125b0122e6e41bd
parent6c71387c0bfdaaea47ce87ca00b8d805f7be2052 (diff)
Fix VERSION
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 155919d..b4ee3ff 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ HDIR=$(DESTDIR)$(PREFIX)/include
MAJOR=0
MINOR=3
REVISION=0
-VERSION=$(MAJOR).$(MINOR).$(REVISION
+VERSION=$(MAJOR).$(MINOR).$(REVISION)
all: libpfxtree.so libpfxtree.a
@@ -30,5 +30,5 @@ install: libpfxtree.so
install -m755 libpfxtree.so $(LIBDIR)/libpfxtree.so.$(VERSION)
install -m644 pfxtree.h $(HDIR)/pfxtree.h
install -m644 pfxtree.pc $(PKGCONFIGDIR)/pfxtree.pc
- ln -s $(LIBDIR)/libpfxtree.so.$(VERSION) $(LIBDIR)/libpfxtree.so.$(MAJOR)
- ln -s $(LIBDIR)/libpfxtree.so.$(VERSION) $(LIBDIR)/libpfxtree.so
+ ln -sf $(LIBDIR)/libpfxtree.so.$(VERSION) $(LIBDIR)/libpfxtree.so.$(MAJOR)
+ ln -sf $(LIBDIR)/libpfxtree.so.$(VERSION) $(LIBDIR)/libpfxtree.so