mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-10 13:28:12 -05:00
* Whoops util Makefile
* Slight modification to depcmp debug output
This commit is contained in:
parent
4302395f84
commit
8da03650b0
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user