Skip to content

Commit

Permalink
Fix typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Mar 28, 2015
1 parent bfd55af commit 0f8758a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ TAG?=v$(VER)
## fails occasionally: http://timestamp.verisign.com/scripts/timstamp.dll
TIMESTAMP_URL?=http://timestamp.globalsign.com/scripts/timstamp.dll
VIRUSTOTAL_URL?=https://www.virustotal.com/vtapi/v2/file/scan
ZIP_OPTS+=-9o
ZIP_OPTS+=-9

APP_FILES+=$(HASH_FILES)
RELEASED:=.$(TAG).released
Expand Down Expand Up @@ -158,7 +158,7 @@ UPLOADED_FILES=

define UPLOAD_FILE

.$(1).uploaded: $(RELEASED)
.$(1).uploaded: $(1) $(RELEASED)
$(CURL) $(CURL_OPTS) \
--write-out "%{http_code}" \
--output /tmp/$(1).tmp \
Expand Down

0 comments on commit 0f8758a

Please sign in to comment.