* Whoops util Makefile

* Slight modification to depcmp debug output
This commit is contained in:
Aaron Griffin 2006-11-22 20:03:52 +00:00
parent 4302395f84
commit 8da03650b0
2 changed files with 2 additions and 2 deletions

View File

@ -259,7 +259,7 @@ int _alpm_depcmp(pmpkg_t *pkg, pmdepend_t *dep)
}
}
char *mod = "depends on";
char *mod = "~=";
switch(dep->mod) {
case PM_DEP_MOD_EQ: mod = "=="; break;
case PM_DEP_MOD_GE: mod = ">="; break;

View File

@ -2,7 +2,7 @@ bin_PROGRAMS = vercmp
AM_CFLAGS = \
-I$(top_srcdir)/lib/libalpm \
-I$(top_srcdir)/src/pacman
-I$(top_srcdir)/src/pacman \
$(CFLAGS)
vercmp_SOURCES = vercmp.c