3ca94e1697
Noticed by: Tilman Linneweh <tilman@arved.de> Pointy hat to: kris
16 lines
256 B
Text
16 lines
256 B
Text
--- src/Makefile.in.orig Fri Nov 12 08:57:29 1999
|
|
+++ src/Makefile.in Sun May 5 14:28:22 2002
|
|
@@ -22,10 +22,10 @@
|
|
|
|
####### Target
|
|
|
|
-TARGET = qt
|
|
+TARGET = qt1
|
|
DESTDIR = ../lib/
|
|
-VER_MAJ = 1
|
|
-VER_MIN = 44
|
|
+VER_MAJ ?= 1
|
|
+VER_MIN ?= 44
|
|
|
|
####### Files
|
|
|