blob: 52d15a6e14343636be9a4d438e4865fa9537dd8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- libxsettings/Makefile.orig 2007-02-10 00:45:33.452674544 +0200
+++ libxsettings/Makefile 2007-02-10 00:52:09.003215686 +0200
@@ -1,7 +1,7 @@
PREFIX = /usr/local
PACKAGE = libxsettings
DEBUG = no
-CVSBUILD = yes
+CVSBUILD = no
VERSION = 0.11
.SUFFIXES: .os
@@ -20,7 +20,7 @@
ifeq ($(CVSBUILD),yes)
BUILD = ../build
else
-BUILD = build
+BUILD = ..
endif
.c.os:;
|