summaryrefslogtreecommitdiff
path: root/desktop/source/pkgchk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-17 23:21:15 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-17 23:24:19 +0300
commit718966db6fce4f30ca81a3834665f4dc0d5a1912 (patch)
tree4070710b36da83570b7433e9df09cc3516cea2c7 /desktop/source/pkgchk
parenta8c91a4b693c5e45c03ab52d075121646073cef0 (diff)
No DB_INCLUDES any more, pass -I if necessary
Diffstat (limited to 'desktop/source/pkgchk')
-rwxr-xr-xdesktop/source/pkgchk/unopkg/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/pkgchk/unopkg/makefile.mk b/desktop/source/pkgchk/unopkg/makefile.mk
index 8384f1b24372..e14e852686ad 100755
--- a/desktop/source/pkgchk/unopkg/makefile.mk
+++ b/desktop/source/pkgchk/unopkg/makefile.mk
@@ -42,7 +42,7 @@ PRJINC += ..$/..$/deployment ..$/..
.INCLUDE : $(PRJ)$/source$/deployment$/inc$/dp_misc.mk
.IF "$(SYSTEM_DB)" == "YES"
-CFLAGS+=-DSYSTEM_DB -I$(DB_INCLUDES)
+CFLAGS+=-DSYSTEM_DB
.ENDIF
.IF "$(LINK_SO)"!=""