53cd1ee38c
have been removed because it was not broken and a lot of working ports depended on it. The qt145 port now installs files named *qt1* instead of *qt* so it does not conflict with the other qt versions.
20 lines
488 B
Text
20 lines
488 B
Text
--- Makefile Fri Feb 26 12:02:39 1999
|
|
+++ Makefile.new Mon May 29 00:59:55 2000
|
|
@@ -4,7 +4,7 @@
|
|
# Read PORTING for instructions how to port Qt to a new platform.
|
|
|
|
|
|
-all: moc src tutorial examples
|
|
+all: moc src
|
|
@echo
|
|
@echo "The Qt library is now built in ./lib"
|
|
@echo "The Qt examples are built in the directories in ./examples"
|
|
@@ -32,8 +32,6 @@
|
|
|
|
depend:
|
|
cd src; $(MAKE) depend
|
|
- cd tutorial; $(MAKE) depend
|
|
- cd examples; $(MAKE) depend
|
|
|
|
config: variables
|
|
-rm variables
|