summaryrefslogtreecommitdiff
path: root/math/cassowary/patches/patch-ac
blob: 2d5e8a49dfe335f6936a511a07374de64e6964d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.4 2002/03/25 01:04:47 jmc Exp $

--- c++/Makefile.in.orig	Mon Mar 25 00:49:58 2002
+++ c++/Makefile.in	Mon Mar 25 00:57:51 2002
@@ -1007,7 +1007,10 @@
 ClReader-lex.cc: ClReader.l ClReader.h ClReader.cc.h
 	$(LEX) -Pcl -o$@ $<
 
-ClReader.cc.h ClReader.cc: ClReader.y ClReader.h
+ClReader.cc.h: ClReader.cc
+	mv ClReader.hh ClReader.cc.h
+
+ClReader.cc: ClReader.y ClReader.h
 	$(YACC) -d -pcl --output-file $@ $<
 
 cassowary/config-inline.h: cassowary