summaryrefslogtreecommitdiff
path: root/devel/qt-designer/files/patch-Makefile
blob: 3d93c0866277ba8cb5f62e7f927282cb9439e27d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- Makefile	Mon Aug  6 01:55:43 2001
+++ Makefile.new	Mon Aug  6 01:56:45 2001
@@ -25,11 +25,11 @@
 	-rm -f bin/moc
 	cp src/moc/moc bin/moc
 
-sub-tools: sub-src FORCE
+sub-tools: FORCE
 	cd tools; $(MAKE)
 
 symlinks: .buildopts
-	@cd include; rm -f q*.h;  for i in $(QTDIR)/src/*/q*.h $(QTDIR)/extensions/*/src/q*.h; do ln -s $$i .; done; rm -f q*_p.h
+	@cd include; rm -f q*.h;  for i in ../src/*/q*.h ../extensions/*/src/q*.h; do ln -s $$i .; done; rm -f q*_p.h
 
 sub-src: src-moc src-mt .buildopts FORCE
 	cd src; $(MAKE)