You've already forked linux-packaging-mono
Imported Upstream version 6.4.0.137
Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
This commit is contained in:
parent
e9207cf623
commit
ef583813eb
@@ -3,6 +3,7 @@ SUBDIRS :=
|
||||
include ../build/rules.make
|
||||
|
||||
LOCAL_CFLAGS = -DSKEL_DIRECTORY=\""$(prefix)/share/jay"\"
|
||||
NO_INSTALL = yes
|
||||
|
||||
sources = closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \
|
||||
symtab.c verbose.c warshall.c
|
||||
@@ -14,11 +15,11 @@ DISTFILES = $(datafiles) $(sources) jay.1 $(wildcard *.h) jay.vcxproj
|
||||
|
||||
all-local: jay
|
||||
|
||||
install-local: jay
|
||||
install-local:
|
||||
uninstall-local:
|
||||
|
||||
ifndef NO_INSTALL
|
||||
install-local:
|
||||
install-local: jay
|
||||
$(MKINSTALLDIRS) $(DESTDIR)$(prefix)/bin
|
||||
$(MKINSTALLDIRS) $(DESTDIR)$(prefix)/share/jay
|
||||
$(MKINSTALLDIRS) $(DESTDIR)$(prefix)/share/man/man1
|
||||
|
Reference in New Issue
Block a user