[Pkg-electronics-commits] [gnucap] 47/49: fix a typo

felix salfelder felix-guest at moszumanska.debian.org
Tue Feb 2 21:40:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch wip
in repository gnucap.

commit fef997abeabf17462ab15b155b9f52f967efc9eb
Author: Felix Salfelder <felix at salfelder.org>
Date:   Tue Feb 2 21:31:19 2016 +0100

    fix a typo
---
 include/patchlev.h | 2 +-
 main/configure     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/patchlev.h b/include/patchlev.h
index a1f12a8..e433106 100644
--- a/include/patchlev.h
+++ b/include/patchlev.h
@@ -1 +1 @@
-#define PATCHLEVEL "master 2016-02-02"
+#define PATCHLEVEL "master 2016-02-02a"
diff --git a/main/configure b/main/configure
index 11ab2c3..17e0cee 100755
--- a/main/configure
+++ b/main/configure
@@ -43,7 +43,7 @@ LDFLAGS = -rdynamic \
 -L../../lib/O
 
 .SUFFIXES : .o .cc
-.cc.o:; \$(CCC) $\(CPPFLAGS) \$(CCFLAGS) -c \$<
+.cc.o:; \$(CCC) \$(CPPFLAGS) \$(CCFLAGS) -c \$<
 #------------------------------------------------------------------------
 \$(TARGET): \$(OBJS)
 	rm -f \$@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gnucap.git



More information about the Pkg-electronics-commits mailing list