No more -package posix, some whitespace
This commit is contained in:
parent
5b701bae8c
commit
858fff79f0
@ -1,22 +1,22 @@
|
|||||||
PKG = plugins
|
PKG = plugins
|
||||||
UPKG = Plugins
|
UPKG = Plugins
|
||||||
|
|
||||||
TOP=../..
|
TOP=../..
|
||||||
include $(TOP)/config.mk
|
include $(TOP)/config.mk
|
||||||
|
|
||||||
ifeq ($(CABAL),1)
|
ifeq ($(CABAL),1)
|
||||||
YOBJ = $(UPKG)/ParsePkgConfCabal.hs
|
YOBJ = $(UPKG)/ParsePkgConfCabal.hs
|
||||||
YSRC = $(UPKG)/ParsePkgConfCabal.y
|
YSRC = $(UPKG)/ParsePkgConfCabal.y
|
||||||
else
|
else
|
||||||
YOBJ = $(UPKG)/ParsePkgConfLite.hs
|
YOBJ = $(UPKG)/ParsePkgConfLite.hs
|
||||||
YSRC = $(UPKG)/ParsePkgConfLite.y
|
YSRC = $(UPKG)/ParsePkgConfLite.y
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include ../build.mk
|
include ../build.mk
|
||||||
|
|
||||||
HC_OPTS += -package-conf $(TOP)/plugins.conf.inplace
|
HC_OPTS += -package-conf $(TOP)/plugins.conf.inplace
|
||||||
HC_OPTS += -package altdata -package hi -package posix
|
HC_OPTS += -package altdata -package hi
|
||||||
HC_OPTS += -O -funbox-strict-fields
|
HC_OPTS += -O -funbox-strict-fields
|
||||||
HC_OPTS += -Wall -fno-warn-missing-signatures
|
HC_OPTS += -Wall -fno-warn-missing-signatures
|
||||||
|
|
||||||
install: install-me
|
install: install-me
|
||||||
|
Loading…
x
Reference in New Issue
Block a user