do not use an explicit nil argument for package requirements

* mk/server.mk: Do not use an explicit nil argument for package
  requirements.

Marmalade chokes on this, thanks to E. Schulte for the report.
This commit is contained in:
Achim Gratz 2012-09-18 21:36:44 +02:00
parent 5b8999b708
commit 23531cce62

View file

@ -54,7 +54,7 @@ rel-up: info pdf card rel-dirty
PKG_TAG = $(shell date +%Y%m%d)
PKG_DOC = "Outline-based notes management and organizer"
PKG_REQ = "nil"
PKG_REQ = "" # marmalade chokes on explicit "nil"
elpa: cleanall info card elpa-dirty
elpa-dirty elpa-up: ORGDIR=org-$(PKG_TAG)