source: trunk/debathena/meta/thirdparty-languages/debian/rules @ 25682

Revision 25682, 321 bytes checked in by jdreed, 12 years ago (diff)
In thirdparty-languages: * A single ampersand is not a double ampersand
  • Property svn:executable set to *
RevLine 
[25302]1#!/usr/bin/make -f
2
[25682]3HAVE_GCCGO = $(shell apt-cache show gccgo 2>/dev/null | grep -q '^Version:' && echo y)
[25642]4
5ifeq ($(HAVE_GCCGO),y)
6    binary-predeb/debathena-thirdparty-languages::
7        echo "debathena-maybe-gccgo=gccgo" >> debian/debathena-thirdparty-languages.substvars
8endif
9
[25302]10include /usr/share/cdbs/1/rules/debhelper.mk
Note: See TracBrowser for help on using the repository browser.